Warning fix.
authoroliskoli <oliskoli@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Tue, 31 Oct 2006 19:08:18 +0000 (19:08 +0000)
committeroliskoli <oliskoli@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Tue, 31 Oct 2006 19:08:18 +0000 (19:08 +0000)
gpsbabel/stmsdf.c

index 23c0f086a5140a53128782635f7241c0c7194c79..bc2e861e5cbc06ee113aee97b058ce8edb470093 100644 (file)
@@ -642,6 +642,9 @@ data_write(void)
        
        switch(global_opts.objective)
        {
+               case wptdata: 
+                       break;
+
                case rtedata:
                        gbfprintf(fout, "TYPE=5\n");